home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / mac / DirectX SDK / DXSDK / samples / Multimedia / Media / key.xtl < prev    next >
Text File  |  2001-10-08  |  884b  |  25 lines

  1. <!-- In this example, a bitmap is superimposed on an AVI by color keying    -->
  2. <!-- out the reddish regions of the bitmap.                                 -->
  3.  
  4. <!-- NOTE: If you install the DirectX SDK to a path other than c:\dxsdk,  -->
  5. <!-- then you must change the media path for each clip src below.         -->
  6.  
  7. <timeline>
  8.   <group type="video" bitdepth="24">
  9.     <track>
  10.             <clip src="c:\dxsdk\samples\multimedia\Media\lake.mpg" start="0" stop="4" mstart="0"/>
  11.     </track>
  12.     <track>
  13.         <clip src="c:\dxsdk\samples\multimedia\Media\flag.bmp"     start="0" stop="4" mstart="0"/>
  14.         <transition clsid="{C5B19592-145E-11d3-9F04-006008039E37}" start="0" stop="4" >
  15.         <param name="KeyType"  value="0"/>
  16.         <param name="RGB"      value="0xDE3129"/>
  17.                 <param name="Progress" value="1.0"/>
  18.         </transition>
  19.         </track>
  20.   
  21.   </group>
  22. </timeline>
  23.  
  24.  
  25.